home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 3 / Windows 6-Pak (InfoMagic) (Disc 3) (1999).ISO / Misc-Web-Browser-Tools / dibs_trial.exe / setup.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  1998-10-01  |  4KB  |  139 lines

  1. object frmMain: TfrmMain
  2.   Left = 221
  3.   Top = 175
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Modaka Quick Installer'
  6.   ClientHeight = 171
  7.   ClientWidth = 336
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object pnlBot: TPanel
  19.     Left = 0
  20.     Top = 135
  21.     Width = 336
  22.     Height = 36
  23.     Align = alBottom
  24.     Color = 15394531
  25.     TabOrder = 0
  26.     object btnInstall: TToolbarButton97
  27.       Left = 55
  28.       Top = 7
  29.       Width = 105
  30.       Height = 22
  31.       Caption = 'Install'
  32.       Glyph.Data = {
  33.         42010000424D4201000000000000760000002800000011000000110000000100
  34.         040000000000CC00000000000000000000001000000010000000000000000000
  35.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  36.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  37.         7777700000007777777777777777700000007777777774F77777700000007777
  38.         7777444F77777000000077777774444F777770000000700000444F44F7777000
  39.         000070FFF444F0744F777000000070F8884FF0774F777000000070FFFFFFF077
  40.         74F77000000070F88888F077774F7000000070FFFFFFF0777774F000000070F8
  41.         8777F07777774000000070FFFF00007777777000000070F88707077777777000
  42.         000070FFFF007777777770000000700000077777777770000000777777777777
  43.         777770000000}
  44.       OnClick = btnInstallClick
  45.     end
  46.     object btnClose: TToolbarButton97
  47.       Left = 175
  48.       Top = 6
  49.       Width = 105
  50.       Height = 22
  51.       Caption = 'Close'
  52.       Glyph.Data = {
  53.         F6000000424DF600000000000000760000002800000010000000100000000100
  54.         0400000000008000000000000000000000001000000010000000000000000000
  55.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  56.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  57.         77777777777777777777777700000000007777770FFFFFFFF07777770FFFFFFF
  58.         F077771F0F888888F077711F0F85BFB8F0777711F11BFBF8F077777151788888
  59.         F077777511FFFFFFF07775111F1FFF00007771570FF1FF0F077777770FFFFF00
  60.         7777777700000007777777777777777777777777777777777777}
  61.       OnClick = btnCloseClick
  62.     end
  63.   end
  64.   object pnlClt: TPanel
  65.     Left = 0
  66.     Top = 0
  67.     Width = 336
  68.     Height = 135
  69.     Align = alClient
  70.     Color = 15921906
  71.     TabOrder = 1
  72.     object Label1: TLabel
  73.       Left = 8
  74.       Top = 8
  75.       Width = 205
  76.       Height = 14
  77.       Caption = 'Welcome to the dibs Trial Version 1.0'
  78.       Font.Charset = ANSI_CHARSET
  79.       Font.Color = clWindowText
  80.       Font.Height = -11
  81.       Font.Name = 'Arial'
  82.       Font.Style = [fsBold]
  83.       ParentFont = False
  84.     end
  85.     object Label2: TLabel
  86.       Left = 9
  87.       Top = 31
  88.       Width = 312
  89.       Height = 14
  90.       Caption = 
  91.         'Please select the directory in which you would like to install d' +
  92.         'ibs:'
  93.       WordWrap = True
  94.     end
  95.     object btnBrowse: TToolbarButton97
  96.       Left = 279
  97.       Top = 50
  98.       Width = 48
  99.       Height = 20
  100.       Caption = 'Browse'
  101.       OnClick = btnBrowseClick
  102.     end
  103.     object edtDir: TEdit97
  104.       Left = 8
  105.       Top = 51
  106.       Width = 265
  107.       Height = 20
  108.       TabOrder = 0
  109.       Text = 'C:\Program Files\dibs\'
  110.     end
  111.     object chxProgs: TCheckBox
  112.       Left = 8
  113.       Top = 81
  114.       Width = 183
  115.       Height = 17
  116.       Caption = 'Create dibs shortcut in Start Menu'
  117.       Checked = True
  118.       State = cbChecked
  119.       TabOrder = 1
  120.     end
  121.     object chxDesktop: TCheckBox
  122.       Left = 8
  123.       Top = 105
  124.       Width = 221
  125.       Height = 17
  126.       Caption = 'Launch dibs when installation is complete'
  127.       TabOrder = 2
  128.     end
  129.   end
  130.   object dirDlg: TBrowseDirectoryDlg
  131.     Title = 'Modaka Quick Installer - dibs Trial'
  132.     Options = [bfDirectoriesOnly]
  133.     Caption = 'Please select the directory in which to install dibs:'
  134.     ShowSelectionInStatus = False
  135.     Left = 248
  136.     Top = 80
  137.   end
  138. end
  139.